Previous Book Contents Book Index Next

Inside Macintosh: QuickTime /
Chapter 2 - Movie Toolbox / Movie Toolbox Reference
Matrix Functions /


EqualMatrix

The EqualMatrix function compares two matrices and returns a result that indicates whether the matrices are equal.

pascal Boolean EqualMatrix (const MatrixRecord *m1, 
                           const MatrixRecord *m2);
m1
Contains a pointer to one matrix for the compare operation.
m2
Contains a pointer to the other matrix for the compare operation.
DESCRIPTION
The EqualMatrix function returns a Boolean value that indicates whether the specified matrices are equal. If the matrices are equal, the function sets this returned value to true. Otherwise, it sets the returned value to false.

ERROR CODES
None


Previous Book Contents Book Index Next

© Apple Computer, Inc.
6 JUL 1996